home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / fish / 701-725 / 716 / talincode / read.me next >
Text File  |  1995-03-18  |  2KB  |  46 lines

  1.     Hi there!
  2.  
  3.     This archive that you have just unpacked contains a whole bunch of code
  4. I wrote for recreational purposes between the years of 1986 and 1992. Some
  5. of the code explores algorithm ideas (for example "fill.c" which explores
  6. algorithms for drawing fast, filled parabolic splines); Some are useful
  7. functions which any Amiga programmer might want to have in a standard
  8. link library (such as SectRect and CountNodes); Some of the programs were
  9. attempts to reverse engineer mysterious features of other computers
  10. (See hint.c -- an attempt to duplicate HyperCard's "hint bit" system
  11. without actually looking to see how they really did it).
  12.  
  13.     Some of the code is well-commented, while some is not. Many of the
  14. asm files were downcoded from C and contain the original C code as
  15. comments, so that sould help. Note that this is only a small part of
  16. what I have, I picked things that I thought would be generally useful
  17. and easy to figure out.
  18.  
  19.     As far as actually compiling the programs and figuring out how to
  20. link them, that's something you'll have to figure out for yourself.
  21. Most of the programs are stand-alone, and shouldn't be too much trouble.
  22. Also, beware that some of the programs have #asm block in them, dating
  23. back to the bad old days when I was still using embedded assembly (these
  24. were only experiments, after all). BTW, all of the code was created
  25. using Manx C.
  26.  
  27.     Another thing to note: My tab-stops are set to every 4. If you
  28. are used to 8-tabs then you'll have to adjust.
  29.  
  30.     No guarantees are made with regards to the correctness of anything
  31. contained therein, nor is the author responsible for any mishap that
  32. might result from the use or misuse of this code.
  33.  
  34.     BTW -- I'm interested in hearing about your neat algorithms, clever
  35. hacks, and similar things. Or send me a copy of a program you are working
  36. on. (Don't send me any pirated stuff though...) The best way to reach me
  37. is via BIX as 'talin'.
  38.  
  39.  
  40.     I hope you find this stuff useful.
  41.  
  42.                                             -- Talin.
  43. US Mail: David Joiner
  44.          22728 Margarita Dr.
  45.          Woodland Hills, CA 91364
  46.